bitkeeper revision 1.1159.272.11 (42433672q27Zpx5yJpmpyepHVywt3Q)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 24 Mar 2005 21:51:46 +0000 (21:51 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 24 Mar 2005 21:51:46 +0000 (21:51 +0000)
Only include files of the TARGET_ARCH arch in TAGS file.
Signed-off-by: Christian Limpach <chris@xensource.com>
xen/Makefile

index 7593e017fa11238f93ed923f15887c29cb5dbc2d..0455b2680757f0268e58452c86d8ed1328d791c2 100644 (file)
@@ -105,7 +105,7 @@ include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s
 
 .PHONY: default debug install dist clean delete-unfresh-files TAGS
 
-SUBDIRS = arch common drivers 
+SUBDIRS = arch/$(TARGET_ARCH) common drivers 
 TAGS: 
        ( find include/asm-$(TARGET_ARCH) -name '*.h'; \
          find include -type d \( -name "asm-*" -o -name config \) -prune -o \